home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
292_01
/
alloc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-07-16
|
130b
|
9 lines
/* alloc.h */
/* DECUS C */
extern char *alloc();
extern char *malloc();
extern char *calloc();
extern char *realloc();